Skip to content

Commit

Permalink
fixes for consistency 1
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterlynn committed Sep 13, 2019
1 parent e37ad29 commit 7add8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions schemas/Action.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "An action verb defining the kind of event, commitment, or intent.",
"type": "object",
"properties": {
"name": {
"description": "An informal or formal textual identifier for an action. Does not imply uniqueness.",
"label": {
"description": "A unique verb which defines the action.",
"type": "string",
"enum": ["dropoff", "pickup", "consume", "use", "work", "cite", "produce", "accept", "modify", "pass", "fail", "deliver-service", "transfer-all-rights", "transfer-custody", "transfer-complete", "move", "raise", "lower"]
},
Expand Down
5 changes: 0 additions & 5 deletions schemas/Agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
"type": "string",
"format": "uri"
},
"url": {
"description": "Optional email address contact for this agent.",
"type": "string",
"format": "uri"
},
"primaryLocation": {
"description": "The main place an agent is located, often an address where activities occur and mail can be sent. This is usually a mappable geographic location. It also could be a website address, as in the case of agents who have no physical location.",
"$ref": "https://raw.githubusercontent.com/valueflows/valueflows/master/json-schemas/SpatialThing.json"
Expand Down

0 comments on commit 7add8bd

Please sign in to comment.