Home
last modified time | relevance | path

Searched refs:schema_json (Results 1 – 22 of 22) sorted by relevance

/dports/devel/py-nbformat/nbformat-5.1.3/nbformat/
H A Dvalidator.py57 schema_json = _get_schema_json(v, version=version, version_minor=version_minor)
63 schema_json = _relax_additional_properties(schema_json)
65 schema_json = _allow_undefined(schema_json)
67 validators[version_tuple] = current_validator(schema_json)
71 schema_json = _get_schema_json(v, version=version, version_minor=version_minor)
77 schema_json = _relax_additional_properties(schema_json)
78 validators[version_tuple] = current_validator(schema_json)
95 schema_json = json.load(f)
96 return schema_json
/dports/devel/avro-c/avro-c-1.11.0/tests/
H A Dperformance.c94 static const char *schema_json = in test_nested_record_datum() local
132 avro_schema_from_json(schema_json, strlen(schema_json), in test_nested_record_datum()
178 static const char *schema_json = in test_nested_record_value_by_index() local
215 avro_schema_from_json(schema_json, strlen(schema_json), in test_nested_record_value_by_index()
282 static const char *schema_json = in test_nested_record_value_by_name() local
319 avro_schema_from_json(schema_json, strlen(schema_json), in test_nested_record_value_by_name()
387 const char *schema_json, in test_generic_helper() argument
399 avro_schema_from_json(schema_json, strlen(schema_json), in test_generic_helper()
H A Dtest_avro_1379.c23 static const char *schema_json = variable
83 check(rval, avro_schema_from_json(schema_json, strlen(schema_json), &schema, &error)); in main()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/tests/
H A Dperformance.c94 static const char *schema_json = in test_nested_record_datum() local
132 avro_schema_from_json(schema_json, strlen(schema_json), in test_nested_record_datum()
178 static const char *schema_json = in test_nested_record_value_by_index() local
215 avro_schema_from_json(schema_json, strlen(schema_json), in test_nested_record_value_by_index()
282 static const char *schema_json = in test_nested_record_value_by_name() local
319 avro_schema_from_json(schema_json, strlen(schema_json), in test_nested_record_value_by_name()
387 const char *schema_json, in test_generic_helper() argument
399 avro_schema_from_json(schema_json, strlen(schema_json), in test_generic_helper()
H A Dtest_avro_1379.c23 static const char *schema_json =
83 check(rval, avro_schema_from_json(schema_json, strlen(schema_json), &schema, &error));
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/src/
H A Ddynamic_state.cc139 JsonDocument schema_json; in ensure_valid_against_schema() local
140 if (schema_json in ensure_valid_against_schema()
146 std::to_string(schema_json.GetErrorOffset()) + ": " + in ensure_valid_against_schema()
147 rapidjson::GetParseError_En(schema_json.GetParseError())); in ensure_valid_against_schema()
148 JsonSchemaDocument schema(schema_json); in ensure_valid_against_schema()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/bq/
H A Dhooks.py157 schema_json = yaml.load(file_arg)
158 schema_json = schema_json.get('schema', None)
160 if not schema_json or not isinstance(schema_json, list):
165 for field in schema_json:
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/pluginTest/traffic_dump/
H A Dverify_replay.py48 def validate_json(schema_json, replay_json): argument
53 jsonschema.validate(instance=replay_json, schema=schema_json)
323 schema_json = json.load(args.schema_file)
326 if not validate_json(schema_json, replay_json):
/dports/devel/py-nbdime/nbdime-3.1.1/nbdime/tests/
H A Dconftest.py241 schema_json = json.load(f)
242 return schema_json
254 schema_json = json.load(f)
255 return schema_json
/dports/science/py-qcelemental/qcelemental-0.24.0/qcelemental/tests/
H A Dtest_zqcschema.py12 return {md.__name__: json.loads(md.schema_json()) for md in qcel.models.qcschema_models()}
/dports/devel/py-ovs/ovs-2.9.0/ovs/db/
H A Didl.py1699 def __init__(self, location=None, schema_json=None): argument
1706 if location and schema_json:
1709 if schema_json is None:
1712 schema_json = ovs.json.from_file(location)
1714 self.schema_json = schema_json
1758 schema = ovs.db.schema.DbSchema.from_json(self.schema_json)
1759 self.schema_json = None
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dboto_apigateway.py1390 schema_json = (
1395 conn, restApiId, modelName, "/schema", schema_json
1446 schema_json = (
1454 schema=schema_json,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/tools/template_writers/writers/
H A Ddoc_writer.py130 schema_json = json.dumps(schema, indent=2, sort_keys=True)
131 self.AddText(dd, schema_json)
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Dschema.c1151 json_t *schema_json = json_array_get(json, i); in avro_schema_from_json_t() local
1152 if (!schema_json) { in avro_schema_from_json_t()
1157 avro_schema_from_json_t(schema_json, &s, in avro_schema_from_json_t()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Dschema.c1151 json_t *schema_json = json_array_get(json, i); in avro_schema_from_json_t() local
1152 if (!schema_json) { in avro_schema_from_json_t()
1157 avro_schema_from_json_t(schema_json, &s, in avro_schema_from_json_t()
/dports/net/ryu/ryu-4.26/ryu/lib/ovs/
H A Dvsctl.py1031 self.schema_json = None
1057 if self.schema_json is None:
1058 self.schema_json = self._rpc_get_schema_json(
1060 schema_helper = idl.SchemaHelper(None, self.schema_json)
1064 self.schema_helper = idl.SchemaHelper(None, self.schema_json)
/dports/net/ryu/ryu-4.26/ryu/services/protocols/ovsdb/
H A Dclient.py203 schema = idl.SchemaHelper(schema_json=schema)
/dports/devel/py-pydantic/pydantic-1.8.2/tests/
H A Dtest_schema.py153 json_schema = ApplePie.schema_json(ref_template='foobar/{model}.json')
427 assert Model.schema_json(indent=2) == (
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/src/datatypes/
H A Dmod.rs287 fn schema_json() { in schema_json() function
/dports/devel/py-pydantic/pydantic-1.8.2/pydantic/
H A Dmain.py715 def schema_json( member in BaseModel
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/arrow/src/
H A Ddatatypes.rs1589 fn schema_json() { in schema_json() function
/dports/databases/py-pony/pony-0.7.14/pony/orm/
H A Dcore.py1266schema_json = json.dumps(database._get_schema_dict(), default=basic_converter, sort_keys=True)
1267 schema_hash = md5(schema_json.encode('utf-8')).hexdigest()
1268 return schema_json, schema_hash
1349 schema_json, new_schema_hash = database._get_schema_json()
1354 % (data_json, objects_json, schema_json, new_schema_hash)