foundation-forms.form.jsonschema
Home > @genesislcap/foundation-forms > Form > jsonSchema
Form.jsonSchema property
Alternatively to providing Form.resourceName you can hardcode the JSON schema on the client.
Signature:
jsonSchema: JSONSchema7;
Remarks
Use this when you want to avoid fetching metadata from the server but be aware that it could get out of sync if metadata changes on the server.