Skip to content

Commit

Permalink
test: did it for validators
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Oct 10, 2023
1 parent 0a527d9 commit 62c0cb0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 77 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
{
"name": "CarRental",
"type": "system/SIMOS/Blueprint",
"extends": [
"dmss://system/SIMOS/NamedEntity"
],
"attributes": [
{
"name": "name",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string"
},
{
"name": "type",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string"
},
{
"name": "cars",
"type": "system/SIMOS/BlueprintAttribute",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
{
"name": "CarTest",
"type": "system/SIMOS/Blueprint",
"extends": [
"dmss://system/SIMOS/NamedEntity"
],
"attributes": [
{
"name": "name",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string",
"default": "CarTest"
},
{
"name": "type",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string",
"default": "CarTest"
},
{
"name": "plateNumber",
"type": "system/SIMOS/BlueprintAttribute",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,10 @@
"name": "EngineTest",
"type": "system/SIMOS/Blueprint",
"description": "This describes an engine",
"extends": [
"dmss://system/SIMOS/NamedEntity"
],
"attributes": [
{
"name": "name",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string"
},
{
"name": "type",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string"
},
{
"name": "description",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string"
},
{
"name": "power",
"type": "system/SIMOS/BlueprintAttribute",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,7 @@
"name": "FuelPumpTest",
"type": "system/SIMOS/Blueprint",
"description": "This describes a fuel pump",
"attributes": [
{
"name": "name",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string"
},
{
"name": "description",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string",
"default": "A standard fuel pump"
},
{
"name": "type",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string"
}
"extends": [
"dmss://system/SIMOS/NamedEntity"
]
}
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
{
"name": "RentalCar",
"type": "system/SIMOS/Blueprint",
"extends": [
"dmss://system/SIMOS/NamedEntity"
],
"attributes": [
{
"name": "name",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string",
"default": "RentalCar"
},
{
"name": "type",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string",
"default": "RentalCar"
},
{
"name": "plateNumber",
"type": "system/SIMOS/BlueprintAttribute",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"name": "WheelTest",
"type": "system/SIMOS/Blueprint",
"extends": [
"dmss://system/SIMOS/NamedEntity"
],
"attributes": [
{
"name": "name",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string",
"default": "Wheel"
},
{
"name": "type",
"type": "system/SIMOS/BlueprintAttribute",
"attributeType": "string"
},
{
"name": "power",
"type": "system/SIMOS/BlueprintAttribute",
Expand Down

0 comments on commit 62c0cb0

Please sign in to comment.