Exemplo n.º 1
0
def _get_base_properties():
    base_def = namespaces.get_schema_definitions()
    return base_def['property']['additionalProperties']['properties']
Exemplo n.º 2
0
def _get_base_properties():
    base_def = namespaces.get_schema_definitions()
    return base_def['property']['additionalProperties']['properties']
Exemplo n.º 3
0
def _get_base_definitions():
    return namespaces.get_schema_definitions()