Skip to content

Commit

Permalink
Schema: Ran hsds_schema docs all
Browse files Browse the repository at this point in the history
One of the earlier PRs changed schema files which necessitates running
the schema tools. This commit represents committing the output of that
to this branch.
  • Loading branch information
Matt Marshall committed Sep 5, 2024
1 parent 6eaca2d commit 2a5e2f9
Show file tree
Hide file tree
Showing 10 changed files with 95 additions and 95 deletions.
8 changes: 4 additions & 4 deletions datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@
"name": "location_type",
"type": "string",
"title": "Location Type",
"description": "The type of location, which may be either physical, postal, or virtual.",
"description": "The type of location, which may be either `physical`, `postal`, or `virtual`.",
"constraints": {
"required": true,
"unique": false,
Expand Down Expand Up @@ -1360,7 +1360,7 @@
"name": "address_type",
"type": "string",
"title": "Address Type",
"description": "The type of address which may be physical, postal, or virtual.",
"description": "The type of address which may be `physical`, `postal`, or `virtual`.",
"constraints": {
"required": true,
"unique": false,
Expand Down Expand Up @@ -1519,7 +1519,7 @@
"name": "wkst",
"type": "string",
"title": "Week Start",
"description": "iCal - The two-letter code for the day on which the week starts.",
"description": "iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`",
"constraints": {
"required": false,
"unique": false,
Expand All @@ -1539,7 +1539,7 @@
"name": "freq",
"type": "string",
"title": "Frequency",
"description": "iCal - How often the frequency repeats.",
"description": "iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`",
"constraints": {
"required": false,
"unique": false,
Expand Down
12 changes: 6 additions & 6 deletions docs/extras/openapi30.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,31 +503,31 @@
"properties": {
"total_items": {
"type": "integer",
"description": "Count of total results."
"description": "The total number of entities (e.g. services, organizations) returned"
},
"total_pages": {
"type": "integer",
"description": "Count of total pages."
},
"page_number": {
"type": "integer",
"description": "Current page number."
"description": "The number of the current page"
},
"size": {
"type": "integer",
"description": "Size of current page."
"description": "The number of entities in the current page."
},
"first_page": {
"type": "boolean",
"description": "Is this page the first page."
"description": "A Boolean value indicating if this is the first page"
},
"last_page": {
"type": "boolean",
"description": "Is this page the last page."
"description": "A Boolean value indicating if this is the last page"
},
"empty": {
"type": "boolean",
"description": "Is this page empty."
"description": "A Boolean value indicating if there is an empty result set"
}
}
}
Expand Down
32 changes: 16 additions & 16 deletions schema/compiled/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -5585,7 +5585,7 @@
"name": "location_type",
"type": "string",
"title": "Location Type",
"description": "The type of location, which may be either physical, postal, or virtual.",
"description": "The type of location, which may be either `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -6727,7 +6727,7 @@
"name": "address_type",
"type": "string",
"title": "Address Type",
"description": "The type of address which may be physical, postal, or virtual.",
"description": "The type of address which may be `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -13091,7 +13091,7 @@
"name": "wkst",
"type": "string",
"title": "Week Start",
"description": "iCal - The two-letter code for the day on which the week starts.",
"description": "iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`",
"constraints": {
"unique": false
},
Expand All @@ -13110,7 +13110,7 @@
"name": "freq",
"type": "string",
"title": "Frequency",
"description": "iCal - How often the frequency repeats.",
"description": "iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -19585,7 +19585,7 @@
"name": "wkst",
"type": "string",
"title": "Week Start",
"description": "iCal - The two-letter code for the day on which the week starts.",
"description": "iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`",
"constraints": {
"unique": false
},
Expand All @@ -19604,7 +19604,7 @@
"name": "freq",
"type": "string",
"title": "Frequency",
"description": "iCal - How often the frequency repeats.",
"description": "iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -26163,7 +26163,7 @@
"name": "wkst",
"type": "string",
"title": "Week Start",
"description": "iCal - The two-letter code for the day on which the week starts.",
"description": "iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`",
"constraints": {
"unique": false
},
Expand All @@ -26182,7 +26182,7 @@
"name": "freq",
"type": "string",
"title": "Frequency",
"description": "iCal - How often the frequency repeats.",
"description": "iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -27137,7 +27137,7 @@
"name": "location_type",
"type": "string",
"title": "Location Type",
"description": "The type of location, which may be either physical, postal, or virtual.",
"description": "The type of location, which may be either `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -28279,7 +28279,7 @@
"name": "address_type",
"type": "string",
"title": "Address Type",
"description": "The type of address which may be physical, postal, or virtual.",
"description": "The type of address which may be `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -34643,7 +34643,7 @@
"name": "wkst",
"type": "string",
"title": "Week Start",
"description": "iCal - The two-letter code for the day on which the week starts.",
"description": "iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`",
"constraints": {
"unique": false
},
Expand All @@ -34662,7 +34662,7 @@
"name": "freq",
"type": "string",
"title": "Frequency",
"description": "iCal - How often the frequency repeats.",
"description": "iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -43666,7 +43666,7 @@
"name": "location_type",
"type": "string",
"title": "Location Type",
"description": "The type of location, which may be either physical, postal, or virtual.",
"description": "The type of location, which may be either `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -44808,7 +44808,7 @@
"name": "address_type",
"type": "string",
"title": "Address Type",
"description": "The type of address which may be physical, postal, or virtual.",
"description": "The type of address which may be `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -51172,7 +51172,7 @@
"name": "wkst",
"type": "string",
"title": "Week Start",
"description": "iCal - The two-letter code for the day on which the week starts.",
"description": "iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`",
"constraints": {
"unique": false
},
Expand All @@ -51191,7 +51191,7 @@
"name": "freq",
"type": "string",
"title": "Frequency",
"description": "iCal - How often the frequency repeats.",
"description": "iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`",
"constraints": {
"unique": false
},
Expand Down
32 changes: 16 additions & 16 deletions schema/compiled/organization_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5587,7 +5587,7 @@
"name": "location_type",
"type": "string",
"title": "Location Type",
"description": "The type of location, which may be either physical, postal, or virtual.",
"description": "The type of location, which may be either `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -6729,7 +6729,7 @@
"name": "address_type",
"type": "string",
"title": "Address Type",
"description": "The type of address which may be physical, postal, or virtual.",
"description": "The type of address which may be `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -13093,7 +13093,7 @@
"name": "wkst",
"type": "string",
"title": "Week Start",
"description": "iCal - The two-letter code for the day on which the week starts.",
"description": "iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`",
"constraints": {
"unique": false
},
Expand All @@ -13112,7 +13112,7 @@
"name": "freq",
"type": "string",
"title": "Frequency",
"description": "iCal - How often the frequency repeats.",
"description": "iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -19587,7 +19587,7 @@
"name": "wkst",
"type": "string",
"title": "Week Start",
"description": "iCal - The two-letter code for the day on which the week starts.",
"description": "iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`",
"constraints": {
"unique": false
},
Expand All @@ -19606,7 +19606,7 @@
"name": "freq",
"type": "string",
"title": "Frequency",
"description": "iCal - How often the frequency repeats.",
"description": "iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -26165,7 +26165,7 @@
"name": "wkst",
"type": "string",
"title": "Week Start",
"description": "iCal - The two-letter code for the day on which the week starts.",
"description": "iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`",
"constraints": {
"unique": false
},
Expand All @@ -26184,7 +26184,7 @@
"name": "freq",
"type": "string",
"title": "Frequency",
"description": "iCal - How often the frequency repeats.",
"description": "iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -27139,7 +27139,7 @@
"name": "location_type",
"type": "string",
"title": "Location Type",
"description": "The type of location, which may be either physical, postal, or virtual.",
"description": "The type of location, which may be either `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -28281,7 +28281,7 @@
"name": "address_type",
"type": "string",
"title": "Address Type",
"description": "The type of address which may be physical, postal, or virtual.",
"description": "The type of address which may be `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -34645,7 +34645,7 @@
"name": "wkst",
"type": "string",
"title": "Week Start",
"description": "iCal - The two-letter code for the day on which the week starts.",
"description": "iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`",
"constraints": {
"unique": false
},
Expand All @@ -34664,7 +34664,7 @@
"name": "freq",
"type": "string",
"title": "Frequency",
"description": "iCal - How often the frequency repeats.",
"description": "iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -43668,7 +43668,7 @@
"name": "location_type",
"type": "string",
"title": "Location Type",
"description": "The type of location, which may be either physical, postal, or virtual.",
"description": "The type of location, which may be either `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -44810,7 +44810,7 @@
"name": "address_type",
"type": "string",
"title": "Address Type",
"description": "The type of address which may be physical, postal, or virtual.",
"description": "The type of address which may be `physical`, `postal`, or `virtual`.",
"constraints": {
"unique": false
},
Expand Down Expand Up @@ -51174,7 +51174,7 @@
"name": "wkst",
"type": "string",
"title": "Week Start",
"description": "iCal - The two-letter code for the day on which the week starts.",
"description": "iCal - The two-letter code for the day on which the week starts: `MO`, `TU`, `WE`, `TH`, `FR`, `FR`, `SA`, `SU`",
"constraints": {
"unique": false
},
Expand All @@ -51193,7 +51193,7 @@
"name": "freq",
"type": "string",
"title": "Frequency",
"description": "iCal - How often the frequency repeats.",
"description": "iCal - How often the frequency repeats. Values can be `WEEKLY` or `MONTHLY`",
"constraints": {
"unique": false
},
Expand Down
Loading

0 comments on commit 2a5e2f9

Please sign in to comment.