Lines Matching full:schema

105 …"properties": { # If this is a schema for an object, list the schema for each property of this obj…
106 …"a_key": # Object with schema name: JsonSchema # A single property of this object. The value is it…
109 …g", # The value type for this schema. A list of values can be found here: http://tools.ietf.org/ht…
111 …n the value. For more details see: http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.23
113 …"items": # Object with schema name: JsonSchema # If this is a schema for an array, this property i…
117 … interpret the entire entity. Its value must exist in a map of descriminant values to schema names.
118 "map": [ # The map of discriminant value to schema to use for parsing..
127 "id": "A String", # Unique identifier for this schema.
135 …ionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this …
142 …$ref": "A String", # A reference to another schema. The value of this property is the "id" of anot…
163 "request": { # The schema for the request.
165 "$ref": "A String", # Schema ID for the request schema.
167 "response": { # The schema for the response.
168 "$ref": "A String", # Schema ID for the response schema.
194 …"properties": { # If this is a schema for an object, list the schema for each property of this obj…
195 …"a_key": # Object with schema name: JsonSchema # A single property of this object. The value is it…
198 …g", # The value type for this schema. A list of values can be found here: http://tools.ietf.org/ht…
200 …n the value. For more details see: http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.23
202 …"items": # Object with schema name: JsonSchema # If this is a schema for an array, this property i…
206 … interpret the entire entity. Its value must exist in a map of descriminant values to schema names.
207 "map": [ # The map of discriminant value to schema to use for parsing..
216 "id": "A String", # Unique identifier for this schema.
224 …ionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this …
231 …$ref": "A String", # A reference to another schema. The value of this property is the "id" of anot…
243 "a_key": { # An individual schema description.
244 …"properties": { # If this is a schema for an object, list the schema for each property of this obj…
245 …"a_key": # Object with schema name: JsonSchema # A single property of this object. The value is it…
248 …g", # The value type for this schema. A list of values can be found here: http://tools.ietf.org/ht…
250 …n the value. For more details see: http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.23
252 …"items": # Object with schema name: JsonSchema # If this is a schema for an array, this property i…
256 … interpret the entire entity. Its value must exist in a map of descriminant values to schema names.
257 "map": [ # The map of discriminant value to schema to use for parsing..
266 "id": "A String", # Unique identifier for this schema.
274 …ionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this …
281 …$ref": "A String", # A reference to another schema. The value of this property is the "id" of anot…
294 …"properties": { # If this is a schema for an object, list the schema for each property of this obj…
295 …"a_key": # Object with schema name: JsonSchema # A single property of this object. The value is it…
298 …g", # The value type for this schema. A list of values can be found here: http://tools.ietf.org/ht…
300 …n the value. For more details see: http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.23
302 …"items": # Object with schema name: JsonSchema # If this is a schema for an array, this property i…
306 … interpret the entire entity. Its value must exist in a map of descriminant values to schema names.
307 "map": [ # The map of discriminant value to schema to use for parsing..
316 "id": "A String", # Unique identifier for this schema.
324 …ionalProperties": # Object with schema name: JsonSchema # If this is a schema for an object, this …
331 …$ref": "A String", # A reference to another schema. The value of this property is the "id" of anot…
352 "request": { # The schema for the request.
354 "$ref": "A String", # Schema ID for the request schema.
356 "response": { # The schema for the response.
357 "$ref": "A String", # Schema ID for the response schema.
371 …"a_key": # Object with schema name: RestResource # Description for any sub-resources on this resou…