Skip to content

Commit

Permalink
Merge pull request #57 from ahokkonen/master
Browse files Browse the repository at this point in the history
UrlScheme structure normalization/optimization + other minor changes
  • Loading branch information
cookeac authored Dec 16, 2019
2 parents 959261d + 0894f21 commit 0f447b3
Show file tree
Hide file tree
Showing 8 changed files with 434 additions and 890 deletions.
1,302 changes: 416 additions & 886 deletions Release Candidate Messages/exampleUrlScheme.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Release Candidate Messages/icarAnimalCoreResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
],

"type": "object",

"description": "Core schema for representing animal",

"allOf": [
{
Expand Down
2 changes: 2 additions & 0 deletions Release Candidate Messages/icarMilkingVisitEventResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
],

"type": "object",

"description": "Event for recording milking visit",

"allOf": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"eventDateTime",
"originLocation"
],


"description": "Event for recording animal arrival",

"type": "object",

"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"eventDateTime",
"location"
],

"description": "Event for recording animal birth",

"type": "object",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"animal",
"eventDateTime"
],

"description": "Event for recording animal death",

"type": "object",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"eventDateTime",
"destinationLocation"
],

"description": "Event for recording animal departure",

"type": "object",

Expand Down
8 changes: 5 additions & 3 deletions Release Candidate Messages/icarTestDayResource.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
{
"required": [
"id",
"animal",
"EventDateTime"
],


"description": "Event for representing test day result",

"type": "object",

"allOf": [
{
"$ref": "icarEventCoreResource.json"
Expand Down

0 comments on commit 0f447b3

Please sign in to comment.