Home
last modified time | relevance | path

Searched refs:jsonschema (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-jsonschema_4.21.1.bb2 HOMEPAGE = "https://github.com/python-jsonschema/jsonschema"
12 FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests"
39 python3-jsonschema-specifications \
H A Dpython3-dtschema_2024.2.bb1 SUMMARY = "Tooling for devicetree validation using YAML and jsonschema"
15 python3-jsonschema \
H A Dpython3-referencing_0.34.0.bb2 HOMEPAGE = "https://github.com/python-jsonschema/referencing"
H A Dpython3-jsonschema-specifications_2023.12.1.bb4 HOMEPAGE = "https://pypi.org/project/jsonschema-specifications/"
/openbmc/phosphor-logging/extensions/openpower-pels/registry/tools/
H A Dvalidate_registry.py126 import jsonschema
132 jsonschema.validate(registry_json, schema_json)
133 except jsonschema.ValidationError as e:
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py12 import jsonschema.validators
137 spec = jsonschema.Draft202012Validator
142 resolver = jsonschema.RefResolver(base_uri, schema)
158 except jsonschema.exceptions.ValidationError as e:
/openbmc/linux/tools/net/ynl/
H A Drequirements.txt1 jsonschema==4.*
/openbmc/linux/tools/net/ynl/lib/
H A Dnlspec.py10 jsonschema = None variable
391 global jsonschema
396 if jsonschema is None:
397 jsonschema = importlib.import_module("jsonschema")
399 jsonschema.validate(self.yaml, schema)
/openbmc/phosphor-power/phosphor-regulators/tools/
H A Dvalidate-regulators-config.py8 import jsonschema
360 jsonschema.validate(config_json, schema_json)
361 except jsonschema.ValidationError as e:
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/
H A Dts-sp-crypto_git.bb8 DEPENDS += "python3-protobuf-native python3-jsonschema-native python3-jinja2-native"
H A Dts-demo_git.bb9 DEPENDS += "python3-jsonschema-native python3-jinja2-native"
H A Dts-psa-api-test-common_git.inc7 DEPENDS += "python3-jsonschema-native python3-jinja2-native"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-flask-restx_1.3.0.bb11 python3-jsonschema \
H A Dpython3-pymisp_2.4.188.bb13 python3-jsonschema \
H A Dpython3-web3_6.16.0.bb19 python3-jsonschema \
H A Dpython3-fastjsonschema_2.18.0.bb25 python3-jsonschema \
/openbmc/sdbusplus/tools/sdbusplus/
H A Devent.py3 import jsonschema
97 spec = jsonschema.Draft202012Validator
/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/
H A Dsdbusplus_git.bb7 ${PYTHON_PN}-jsonschema-native \
H A Dpython3-sdbus++_git.bb12 ${PYTHON_PN}-jsonschema-native \
/openbmc/openbmc/poky/meta/recipes-kernel/dtc/
H A Dpython3-dtschema-wrapper_2021.10.bb1 SUMMARY = "Wrapper for tooling for devicetree validation using YAML and jsonschema"
/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/
H A Dsocsec.inc20 RDEPENDS:${PN} += "${PYTHON_PN}-jsonschema"
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/
H A Dedk2-test-parser-native.bb11 python3-jsonschema-native"
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmeson.build55 # This test requires the Python module 'jsonschema'
/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/
H A Dentity-manager_git.bb21 ${PYTHON_PN}-jsonschema-native"
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbblayers.py142 jsonschema = os.path.join(get_bb_var('COREBASE'), 'meta/files/layers.schema.json')
143 result = runCmd("{} {} -i {} {}".format(python, jsonvalidator, json, jsonschema))

12