Skip to content

Commit 2dd6935

Browse files
committed
Updating hyper-meta-schema
1 parent 82046fc commit 2dd6935

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

hyper-schema

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"description": "Instances' URIs must start with this value for this schema to apply to them",
7171
"type": "string",
7272
"format": "uri"
73-
<<<<<<< HEAD
7473
}
7574
},
7675
"definitions": {
@@ -129,54 +128,4 @@
129128
"href": "{+($ref)}"
130129
}
131130
]
132-
=======
133-
}
134-
},
135-
"definitions": {
136-
"schemaArray": {
137-
"type": "array",
138-
"items": {"$ref": "#"}
139-
},
140-
"linkDescription": {
141-
"title": "Link Description Object",
142-
"type": "object",
143-
"required": ["href", "rel"],
144-
"properties": {
145-
"href": {
146-
"description": "a URI template, as defined by RFC 6570, with the addition of the $, ( and ) characters for pre-processing",
147-
"type": "string"
148-
},
149-
"rel": {
150-
"description": "relation to the target resource of the link",
151-
"type": "string"
152-
},
153-
"title": {
154-
"description": "a title for the link",
155-
"type": "string"
156-
},
157-
"targetSchema": {
158-
"description": "JSON Schema describing the link target",
159-
"$ref": "#"
160-
},
161-
"mediaType": {
162-
"description": "media type (as defined by RFC 2046) describing the link target",
163-
"type": "string"
164-
},
165-
"method": {
166-
"description": "method for requesting the target of the link (e.g. for HTTP this might be \"GET\" or \"DELETE\")",
167-
"type": "string"
168-
},
169-
"encType": {
170-
"description": "The media type in which to submit data along with the request",
171-
"type": "string",
172-
"default": "application/json"
173-
},
174-
"schema": {
175-
"description": "Schema describing the data to submit along with the request",
176-
"$ref": "#"
177-
}
178-
}
179-
}
180-
}
181-
>>>>>>> 79c1a7afd282f76e50d93e8aeac2ad9943716eec
182131
}

0 commit comments

Comments
 (0)