inform alpaca.js of the 'draft' / version number of your jsonschema
up vote
0
down vote
favorite
I am seeing small problems with the way my forms are rendering and validating and starting to wonder whether alpaca.js is interpreting the wrong version of jsonschema. With some programming languages, an interpreter might infer such a thing, but I think here it probably wants to be explicitly told.
Would the following lines be enough or does it need something more?
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
update: Given the following GithHub issue https://github.com/gitana/alpaca/issues/627 it is probably safe to say that Alpaca does not read a 'Draft number' anywhere nor care about what it is
javascript jsonschema alpacajs
add a comment |
up vote
0
down vote
favorite
I am seeing small problems with the way my forms are rendering and validating and starting to wonder whether alpaca.js is interpreting the wrong version of jsonschema. With some programming languages, an interpreter might infer such a thing, but I think here it probably wants to be explicitly told.
Would the following lines be enough or does it need something more?
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
update: Given the following GithHub issue https://github.com/gitana/alpaca/issues/627 it is probably safe to say that Alpaca does not read a 'Draft number' anywhere nor care about what it is
javascript jsonschema alpacajs
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am seeing small problems with the way my forms are rendering and validating and starting to wonder whether alpaca.js is interpreting the wrong version of jsonschema. With some programming languages, an interpreter might infer such a thing, but I think here it probably wants to be explicitly told.
Would the following lines be enough or does it need something more?
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
update: Given the following GithHub issue https://github.com/gitana/alpaca/issues/627 it is probably safe to say that Alpaca does not read a 'Draft number' anywhere nor care about what it is
javascript jsonschema alpacajs
I am seeing small problems with the way my forms are rendering and validating and starting to wonder whether alpaca.js is interpreting the wrong version of jsonschema. With some programming languages, an interpreter might infer such a thing, but I think here it probably wants to be explicitly told.
Would the following lines be enough or does it need something more?
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
update: Given the following GithHub issue https://github.com/gitana/alpaca/issues/627 it is probably safe to say that Alpaca does not read a 'Draft number' anywhere nor care about what it is
javascript jsonschema alpacajs
javascript jsonschema alpacajs
edited 2 days ago
asked Nov 8 at 9:15
cardamom
1,67911034
1,67911034
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53204615%2finform-alpaca-js-of-the-draft-version-number-of-your-jsonschema%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password