jschon.vocabulary.annotation
- class jschon.vocabulary.annotation.ContentEncodingKeyword(parentschema, value)
- Parameters:
parentschema (JSONSchema) –
value (JSONCompatible) –
- instance_types: Tuple[str, ...] = ('string',)
The types of instance that the keyword can evaluate.
- key: str = 'contentEncoding'
The keyword name as it appears in a schema object.
- parentschema: JSONSchema
- class jschon.vocabulary.annotation.ContentMediaTypeKeyword(parentschema, value)
- Parameters:
parentschema (JSONSchema) –
value (JSONCompatible) –
- instance_types: Tuple[str, ...] = ('string',)
The types of instance that the keyword can evaluate.
- key: str = 'contentMediaType'
The keyword name as it appears in a schema object.
- parentschema: JSONSchema
- class jschon.vocabulary.annotation.ContentSchemaKeyword(parentschema, value)
- Parameters:
parentschema (JSONSchema) –
value (JSONCompatible) –
- depends_on: Tuple[str, ...] = ('contentMediaType',)
Keywords that must be evaluated before this keyword can be evaluated.
- instance_types: Tuple[str, ...] = ('string',)
The types of instance that the keyword can evaluate.
- key: str = 'contentSchema'
The keyword name as it appears in a schema object.
- parentschema: JSONSchema
- class jschon.vocabulary.annotation.DefaultKeyword(parentschema, value)
- Parameters:
parentschema (JSONSchema) –
value (JSONCompatible) –
- key: str = 'default'
The keyword name as it appears in a schema object.
- parentschema: JSONSchema
- class jschon.vocabulary.annotation.DeprecatedKeyword(parentschema, value)
- Parameters:
parentschema (JSONSchema) –
value (JSONCompatible) –
- key: str = 'deprecated'
The keyword name as it appears in a schema object.
- parentschema: JSONSchema
- class jschon.vocabulary.annotation.DescriptionKeyword(parentschema, value)
- Parameters:
parentschema (JSONSchema) –
value (JSONCompatible) –
- key: str = 'description'
The keyword name as it appears in a schema object.
- parentschema: JSONSchema
- class jschon.vocabulary.annotation.ExamplesKeyword(parentschema, value)
- Parameters:
parentschema (JSONSchema) –
value (JSONCompatible) –
- key: str = 'examples'
The keyword name as it appears in a schema object.
- parentschema: JSONSchema
- class jschon.vocabulary.annotation.ReadOnlyKeyword(parentschema, value)
- Parameters:
parentschema (JSONSchema) –
value (JSONCompatible) –
- key: str = 'readOnly'
The keyword name as it appears in a schema object.
- parentschema: JSONSchema
- class jschon.vocabulary.annotation.TitleKeyword(parentschema, value)
- Parameters:
parentschema (JSONSchema) –
value (JSONCompatible) –
- key: str = 'title'
The keyword name as it appears in a schema object.
- parentschema: JSONSchema
- class jschon.vocabulary.annotation.WriteOnlyKeyword(parentschema, value)
- Parameters:
parentschema (JSONSchema) –
value (JSONCompatible) –
- key: str = 'writeOnly'
The keyword name as it appears in a schema object.
- parentschema: JSONSchema