Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 9af077f

Browse files
committed
be consistent with https on cio.gov URL
1 parent d998980 commit 9af077f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: v1.1/schema.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Catalog Fields {#Catalog}
207207
**Required** | No
208208
**Accepted Values** | String (URL)
209209
**Usage Notes** | The URL or JSON object for the [JSON-LD Context](http://www.w3.org/TR/json-ld/#the-context) that defines the schema used. The URL for version 1.1 of the schema is `https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld`
210-
**Example** | `{"@context": "http://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}`
210+
**Example** | `{"@context": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}`
211211

212212
{: .table .table-striped #id}
213213
**Field [#](#id){: .permalink}** | **@id**
@@ -233,17 +233,17 @@ Catalog Fields {#Catalog}
233233
**Cardinality** | (1,1)
234234
**Required** | Yes, always
235235
**Accepted Values** | String (URI)
236-
**Usage Notes** | This is used to identify the schema version using a URI. The URI for version 1.1 of the schema is `http://project-open-data.cio.gov/v1.1/schema`
237-
**Example** | `{"conformsTo": "http://project-open-data.cio.gov/v1.1/schema"}`
236+
**Usage Notes** | This is used to identify the schema version using a URI. The URI for version 1.1 of the schema is `https://project-open-data.cio.gov/v1.1/schema`
237+
**Example** | `{"conformsTo": "https://project-open-data.cio.gov/v1.1/schema"}`
238238

239239
{: .table .table-striped #describedBy}
240240
**Field [#](#describedBy){: .permalink}** | **describedBy**
241241
----- | -----
242242
**Cardinality** | (0,1)
243243
**Required** | No
244244
**Accepted Values** | String (URL)
245-
**Usage Notes** | This is used to specify a [JSON Schema](http://json-schema.org/) file that defines all fields. By default, it is recommended that the canonical JSON Schema file is referenced (http://project-open-data.cio.gov/v1.1/schema/catalog.json) but if the schema had been extended, publishers may reference a file that defines those extensions.
246-
**Example** | `{"describedBy": "http://project-open-data.cio.gov/v1.1/schema/catalog.json"}`
245+
**Usage Notes** | This is used to specify a [JSON Schema](http://json-schema.org/) file that defines all fields. By default, it is recommended that the canonical JSON Schema file is referenced (https://project-open-data.cio.gov/v1.1/schema/catalog.json) but if the schema had been extended, publishers may reference a file that defines those extensions.
246+
**Example** | `{"describedBy": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}`
247247

248248
{: .table .table-striped #dataset}
249249
**Field [#](#dataset){: .permalink}** | **dataset**

0 commit comments

Comments
 (0)