/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-jsonschema_4.21.1.bb | 2 HOMEPAGE = "https://github.com/python-jsonschema/jsonschema" 12 FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests" 39 python3-jsonschema-specifications \
|
H A D | python3-dtschema_2024.2.bb | 1 SUMMARY = "Tooling for devicetree validation using YAML and jsonschema" 15 python3-jsonschema \
|
H A D | python3-referencing_0.34.0.bb | 2 HOMEPAGE = "https://github.com/python-jsonschema/referencing"
|
H A D | python3-jsonschema-specifications_2023.12.1.bb | 4 HOMEPAGE = "https://pypi.org/project/jsonschema-specifications/"
|
/openbmc/phosphor-logging/extensions/openpower-pels/registry/tools/ |
H A D | validate_registry.py | 126 import jsonschema 132 jsonschema.validate(registry_json, schema_json) 133 except jsonschema.ValidationError as e:
|
/openbmc/entity-manager/scripts/ |
H A D | validate_configs.py | 12 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 D | requirements.txt | 1 jsonschema==4.*
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | nlspec.py | 10 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 D | validate-regulators-config.py | 8 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 D | ts-sp-crypto_git.bb | 8 DEPENDS += "python3-protobuf-native python3-jsonschema-native python3-jinja2-native"
|
H A D | ts-demo_git.bb | 9 DEPENDS += "python3-jsonschema-native python3-jinja2-native"
|
H A D | ts-psa-api-test-common_git.inc | 7 DEPENDS += "python3-jsonschema-native python3-jinja2-native"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-flask-restx_1.3.0.bb | 11 python3-jsonschema \
|
H A D | python3-pymisp_2.4.188.bb | 13 python3-jsonschema \
|
H A D | python3-web3_6.16.0.bb | 19 python3-jsonschema \
|
H A D | python3-fastjsonschema_2.18.0.bb | 25 python3-jsonschema \
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | event.py | 3 import jsonschema 97 spec = jsonschema.Draft202012Validator
|
/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/ |
H A D | sdbusplus_git.bb | 7 ${PYTHON_PN}-jsonschema-native \
|
H A D | python3-sdbus++_git.bb | 12 ${PYTHON_PN}-jsonschema-native \
|
/openbmc/openbmc/poky/meta/recipes-kernel/dtc/ |
H A D | python3-dtschema-wrapper_2021.10.bb | 1 SUMMARY = "Wrapper for tooling for devicetree validation using YAML and jsonschema"
|
/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/ |
H A D | socsec.inc | 20 RDEPENDS:${PN} += "${PYTHON_PN}-jsonschema"
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/ |
H A D | edk2-test-parser-native.bb | 11 python3-jsonschema-native"
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | meson.build | 55 # This test requires the Python module 'jsonschema'
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/ |
H A D | entity-manager_git.bb | 21 ${PYTHON_PN}-jsonschema-native"
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | bblayers.py | 142 jsonschema = os.path.join(get_bb_var('COREBASE'), 'meta/files/layers.schema.json') 143 result = runCmd("{} {} -i {} {}".format(python, jsonvalidator, json, jsonschema))
|