Skip to content

Commit

Permalink
Remove schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist committed Sep 9, 2024
1 parent 7f8dd07 commit 5e7faa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ Specification
- [Model Object](#model-object)
- [Field Object](#field-object)
- [Definition Object](#definition-object)
- [Schema Object](#schema-object)
- [Example Object](#example-object)
- [Service Level Object](#service-levels-object)
- [Quality Object](#quality-object)
Expand Down
37 changes: 1 addition & 36 deletions datacontract.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"type": "string",
"title": "DataContractSpecificationVersion",
"enum": [
"1.1.0",
"0.9.3",
"0.9.2",
"0.9.1",
Expand Down Expand Up @@ -1208,42 +1209,6 @@
]
}
},
"schema": {
"type": "object",
"properties": {
"type": {
"type": "string",
"title": "SchemaType",
"enum": [
"dbt",
"bigquery",
"json-schema",
"sql-ddl",
"avro",
"protobuf",
"custom"
],
"description": "The type of the schema. Typical values are dbt, bigquery, json-schema, sql-ddl, avro, protobuf, custom."
},
"specification": {
"oneOf": [
{
"type": "string",
"description": "The specification of the schema as a string."
},
{
"type": "object",
"description": "The specification of the schema as an object."
}
]
}
},
"required": [
"type",
"specification"
],
"description": "The schema of the data contract describes the syntax and semantics of provided data sets. It supports different schema types."
},
"examples": {
"type": "array",
"items": {
Expand Down

0 comments on commit 5e7faa6

Please sign in to comment.