@open-resource-discovery/specification 1.9.11 → 1.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "$id": "https://open-resource-discovery.github.io/specification/spec-v1/interfaces/Configuration.schema.json#",
4
+ "title": "ORD Configuration",
4
5
  "description": "The ORD configuration response will indicate that ORD is available for the given host and how to proceed with the discovery.\n\nMost notably, the ORD configuration will tell an ORD consumer which ORD documents are available and where/how they can be accessed.\n\nThe configuration endpoint is a [Well-Known URI](https://tools.ietf.org/html/rfc8615#section-3) discovery mechanism.",
5
6
  "definitions": {
6
7
  "OpenResourceDiscoveryV1": {
@@ -124,7 +125,6 @@
124
125
  ]
125
126
  }
126
127
  },
127
- "title": "ORD Configuration",
128
128
  "type": "object",
129
129
  "properties": {
130
130
  "$schema": {